[INFO] fetching crate hayabusa-instruction-attribute-macro 0.1.0...
[INFO] testing hayabusa-instruction-attribute-macro-0.1.0 against master#1f7f8ea0721a3b1eb73e6c6d25cccb371434b320 for pr-154065-1
[INFO] extracting crate hayabusa-instruction-attribute-macro 0.1.0 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate hayabusa-instruction-attribute-macro 0.1.0
[INFO] finished tweaking crates.io crate hayabusa-instruction-attribute-macro 0.1.0
[INFO] tweaked toml for crates.io crate hayabusa-instruction-attribute-macro 0.1.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate hayabusa-instruction-attribute-macro 0.1.0 on toolchain 1f7f8ea0721a3b1eb73e6c6d25cccb371434b320
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate hayabusa-instruction-attribute-macro 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 37ddc41805acccc30b7cb505248a93f049b7df6f4e81a751fabbd1cbc010dc53
[INFO] running `Command { std: "docker" "start" "-a" "37ddc41805acccc30b7cb505248a93f049b7df6f4e81a751fabbd1cbc010dc53", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "37ddc41805acccc30b7cb505248a93f049b7df6f4e81a751fabbd1cbc010dc53", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "37ddc41805acccc30b7cb505248a93f049b7df6f4e81a751fabbd1cbc010dc53", kill_on_drop: false }`
[INFO] [stdout] 37ddc41805acccc30b7cb505248a93f049b7df6f4e81a751fabbd1cbc010dc53
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b7af212d2ab11b2c276e5a06c6e039185b14737463b42b63bd68da3f3a47322e
[INFO] running `Command { std: "docker" "start" "-a" "b7af212d2ab11b2c276e5a06c6e039185b14737463b42b63bd68da3f3a47322e", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling hayabusa-instruction-attribute-macro v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved imports `syn::FnArg`, `syn::ItemFn`, `syn::Pat`, `syn::PatIdent`, `syn::PatType`
[INFO] [stdout]    --> src/lib.rs:8:24
[INFO] [stdout]     |
[INFO] [stdout]   8 |     parse_macro_input, FnArg, Ident, ItemFn, Pat, PatIdent, PatType, ReturnType, Type, LitStr,
[INFO] [stdout]     |                        ^^^^^         ^^^^^^  ^^^  ^^^^^^^^  ^^^^^^^ no `PatType` in the root
[INFO] [stdout]     |                        |             |       |    |
[INFO] [stdout]     |                        |             |       |    no `PatIdent` in the root
[INFO] [stdout]     |                        |             |       no `Pat` in the root
[INFO] [stdout]     |                        |             no `ItemFn` in the root
[INFO] [stdout]     |                        no `FnArg` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/lib.rs:426:5
[INFO] [stdout]     |
[INFO] [stdout] 423 | #[cfg(feature = "full")]
[INFO] [stdout]     |       ---------------- the item is gated behind the `full` feature
[INFO] [stdout] ...
[INFO] [stdout] 426 |     FnArg, ForeignItem, ForeignItemFn, ForeignItemMacro, ForeignItemStatic, ForeignItemType,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/lib.rs:428:43
[INFO] [stdout]     |
[INFO] [stdout] 423 | #[cfg(feature = "full")]
[INFO] [stdout]     |       ---------------- the item is gated behind the `full` feature
[INFO] [stdout] ...
[INFO] [stdout] 428 |     ItemConst, ItemEnum, ItemExternCrate, ItemFn, ItemForeignMod, ItemImpl, ItemMacro, ItemMod,
[INFO] [stdout]     |                                           ^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/lib.rs:483:15
[INFO] [stdout]     |
[INFO] [stdout] 480 | #[cfg(feature = "full")]
[INFO] [stdout]     |       ---------------- the item is gated behind the `full` feature
[INFO] [stdout] ...
[INFO] [stdout] 483 |     FieldPat, Pat, PatConst, PatIdent, PatLit, PatMacro, PatOr, PatParen, PatPath, PatRange,
[INFO] [stdout]     |               ^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/lib.rs:483:30
[INFO] [stdout]     |
[INFO] [stdout] 480 | #[cfg(feature = "full")]
[INFO] [stdout]     |       ---------------- the item is gated behind the `full` feature
[INFO] [stdout] ...
[INFO] [stdout] 483 |     FieldPat, Pat, PatConst, PatIdent, PatLit, PatMacro, PatOr, PatParen, PatPath, PatRange,
[INFO] [stdout]     |                              ^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/lib.rs:484:75
[INFO] [stdout]     |
[INFO] [stdout] 480 | #[cfg(feature = "full")]
[INFO] [stdout]     |       ---------------- the item is gated behind the `full` feature
[INFO] [stdout] ...
[INFO] [stdout] 484 |     PatReference, PatRest, PatSlice, PatStruct, PatTuple, PatTupleStruct, PatType, PatWild,
[INFO] [stdout]     |                                                                           ^^^^^^^
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]     |
[INFO] [stdout]   8 |     parse_macro_input, FnArg, Ident, ItemFn, Path, PatIdent, PatType, ReturnType, Type, LitStr,
[INFO] [stdout]     |                                                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `hayabusa-instruction-attribute-macro` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "b7af212d2ab11b2c276e5a06c6e039185b14737463b42b63bd68da3f3a47322e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b7af212d2ab11b2c276e5a06c6e039185b14737463b42b63bd68da3f3a47322e", kill_on_drop: false }`
[INFO] [stdout] b7af212d2ab11b2c276e5a06c6e039185b14737463b42b63bd68da3f3a47322e
